home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inter.Net 55-2
/
Inter.Net 55-2.iso
/
Mandrake
/
mdkinst
/
usr
/
bin
/
perl-install
/
standalone
/
netdrake
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-12
|
266 b
|
19 lines
#!/usr/bin/perl
use lib qw(/usr/lib/libDrakX);
use interactive;
use c;
#use common qw(:system);
local $_ = join '', @ARGV;
/-h/ and die "usage: netdrake [--expert]\n";
$::expert = /-expert/;
$::isStandalone = 1;
my $in = vnew interactive('su');
$in->exit(0);